'Declaration
Public Shared Function CreateRectBySize( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As GdPictureRectangleF
public static GdPictureRectangleF CreateRectBySize( float Left, float Top, float Width, float Height )
public function CreateRectBySize( Left: Single; Top: Single; Width: Single; Height: Single ): GdPictureRectangleF; static;
public static function CreateRectBySize( Left : float, Top : float, Width : float, Height : float ) : GdPictureRectangleF;
public: static GdPictureRectangleF* CreateRectBySize( float Left, float Top, float Width, float Height )
public: static GdPictureRectangleF^ CreateRectBySize( float Left, float Top, float Width, float Height )
Parameters
- Left
- Top
- Width
- Height